home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 25 / CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso / CUCD / Programming / GMS / GMSDev / Includes / clib / monitor_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-01-11  |  522 b   |  25 lines

  1. #ifndef  CLIB_MONITOR_PROTOS_H
  2. #define  CLIB_MONITOR_PROTOS_H
  3.  
  4. /*
  5. **   $VER: monitor_protos.h V1.0
  6. **
  7. **   C prototypes.
  8. **
  9. **   (C) Copyright 1996-1998 DreamWorld Productions.
  10. **       All Rights Reserved.
  11. */
  12.  
  13. #ifndef  SYSTEM_TYPES_H
  14. #include <system/types.h>
  15. #endif
  16.  
  17. void monRemapFunctions(struct DPKBase *);
  18. APTR monSetHardware(struct GScreen *, UWORD *Insert);
  19. LONG monTakeDisplay(struct GScreen *);
  20. struct GScreen * monReturnDisplay(void);
  21. void monRemakeScreen(struct GScreen *);
  22.  
  23. #endif /* CLIB_MONITOR_PROTOS_H */
  24.  
  25.